3838
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
41+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4242
4343 - name : Read devcontainer version
4444 id : devcontainer-version
5454 echo "SENTRY_E2E_ACTIVE_JOB_ADAPTER=${{ matrix.adapter }}" >> .env
5555
5656 - name : Log in to GHCR
57- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
57+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5858 with :
5959 registry : ghcr.io
6060 username : ${{ github.actor }}
6464 run : docker pull ghcr.io/getsentry/sentry-ruby-devcontainer-${{ matrix.ruby.flavor }}:${{ steps.devcontainer-version.outputs.version }}
6565
6666 - name : Restore node_modules cache
67- uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
67+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6868 with :
6969 path : spec/apps/svelte-mini/node_modules
7070 key : ${{ runner.os }}-${{ runner.arch }}-node-modules-${{ hashFiles('spec/apps/svelte-mini/package-lock.json') }}
@@ -89,15 +89,15 @@ jobs:
8989 up -d --no-build sentry-test
9090
9191 - name : " Wait for rails-mini app to be ready"
92- uses : nev7n/wait_for_response@81b0b0eded16435202e126beb3e704fc00430f5b # v1
92+ uses : nev7n/wait_for_response@8bfc0523300e46e24e1b42d6783680aa921ee6cc # v1.2.0
9393 with :
9494 url : ' http://localhost:4000/health'
9595 responseCode : 200
9696 timeout : 90000
9797 interval : 500
9898
9999 - name : " Wait for svelte-mini app to be ready"
100- uses : nev7n/wait_for_response@81b0b0eded16435202e126beb3e704fc00430f5b # v1
100+ uses : nev7n/wait_for_response@8bfc0523300e46e24e1b42d6783680aa921ee6cc # v1.2.0
101101 with :
102102 url : ' http://localhost:4001/health'
103103 responseCode : 200
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Upload test artifacts
121121 if : failure()
122- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
122+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
123123 with :
124124 name : e2e-test-logs-ruby-${{ matrix.ruby.version }}-${{ matrix.adapter }}
125125 path : |
0 commit comments