File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 persist-credentials : false
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
33+ uses : github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
3434 with :
3535 languages : ${{ matrix.language }}
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
38+ uses : github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
3939 with :
4040 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259259 libayatana-appindicator3-dev
260260
261261 - name : Setup Rust
262- uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable
262+ uses : dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
263263 with :
264264 toolchain : stable
265265 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 id : version
110110 run : echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
111111 - name : Build and push Docker image
112- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
112+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
113113 with :
114114 context : .
115115 push : true
Original file line number Diff line number Diff line change 4040 token : ${{ steps.app-token.outputs.token }}
4141
4242 - name : Install Nix
43- uses : cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
43+ uses : cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1
4444 with :
4545 nix_path : nixpkgs=channel:nixos-unstable
4646
Original file line number Diff line number Diff line change 2626 app-id : ${{ secrets.BOT_APP_ID }}
2727 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
2828
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 token : ${{ steps.app-token.outputs.token }}
3232
5353 grep "RUSTLEDGER_VERSION" "$FILE"
5454
5555 - name : Create Pull Request
56- uses : peter-evans/create-pull-request@v7
56+ uses : peter-evans/create-pull-request@v8
5757 with :
5858 token : ${{ steps.app-token.outputs.token }}
5959 base : main
You can’t perform that action at this time.
0 commit comments