File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
1919 with :
2020 version : 10
3030 pnpm check-types
3131
3232 - id : docker_meta
33- uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
33+ uses : docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2 .0
3434 with :
3535 images : docker.pkg.github.com/remarkable/githubUserManager/githubUserManager
3636 tags : |
@@ -44,14 +44,14 @@ jobs:
4444
4545 - name : Login to docker registry
4646 if : ${{ github.event_name != 'pull_request' }}
47- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
47+ uses : docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3 .0
4848 with :
4949 registry : docker.pkg.github.com
5050 username : ${{ github.actor }}
5151 password : ${{ secrets.GITHUB_TOKEN }}
5252
5353 - name : Push to GitHub Packages
54- uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
54+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
5555 with :
5656 push : ${{ github.event_name != 'pull_request' }}
5757 tags : ${{ steps.docker_meta.outputs.tags }}
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919
2020 - name : Initialize CodeQL
2121 uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
Original file line number Diff line number Diff line change 1- 24.15 .0
1+ 24.18 .0
You can’t perform that action at this time.
0 commit comments