File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
4545 persist-credentials : false
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
48+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
4949 with :
5050 languages : actions
5151
5252 - name : Perform CodeQL Analysis
53- uses : github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
53+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
5454 with :
5555 category : " /language:actions"
Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ jobs:
6262 - name : Echo Comet version
6363 run : echo "The current Comet version is ${{ env.COMET_VERSION }}"
6464 - name : Set up Docker Buildx
65- uses : docker/setup-buildx-action@v3
65+ uses : docker/setup-buildx-action@v4
6666 - name : Login to GitHub Container Registry
67- uses : docker/login-action@v3
67+ uses : docker/login-action@v4
6868 with :
6969 registry : ghcr.io
7070 username : ${{ github.actor }}
7171 password : ${{ secrets.GITHUB_TOKEN }}
7272 - name : Build and push
73- uses : docker/build-push-action@v6
73+ uses : docker/build-push-action@v7
7474 with :
7575 platforms : linux/amd64,linux/arm64
7676 push : true
You can’t perform that action at this time.
0 commit comments