File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1818 test-folders : ["library-tests", "queries-tests"]
1919 steps :
2020 - name : " Checkout"
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 submodules : true
2424
@@ -83,12 +83,12 @@ jobs:
8383
8484 # steps:
8585 # - name: "Checkout"
86- # uses: actions/checkout@v5
86+ # uses: actions/checkout@v6
8787 # with:
8888 # submodules: true
8989
9090 # - name: "Checkout"
91- # uses: actions/checkout@v5
91+ # uses: actions/checkout@v6
9292 # with:
9393 # repository: ${{ matrix.project }}
9494 # path: project
@@ -151,7 +151,7 @@ jobs:
151151 docs :
152152 runs-on : ubuntu-latest
153153 steps :
154- - uses : actions/checkout@v5
154+ - uses : actions/checkout@v6
155155 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
156156 id : changes
157157 with :
Original file line number Diff line number Diff line change 3131 # starts. If you do not check out your code, Copilot will do this for you.
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 submodules : true
3737
Original file line number Diff line number Diff line change 1313 actions : write
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - name : " Run Coverage Report"
1919 if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : actions/labeler@v6
2222 with :
2323 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1616 release : ${{ steps.get_version.outputs.release }}
1717 version : ${{ steps.get_version.outputs.version }}
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : " Check release version"
2222 id : get_version
5353 if : ${{ needs.release-check.outputs.release == 'true' }}
5454 steps :
5555 - name : " Checkout"
56- uses : actions/checkout@v5
56+ uses : actions/checkout@v6
5757 with :
5858 submodules : true
5959
8181
8282 steps :
8383 - name : " Checkout"
84- uses : actions/checkout@v5
84+ uses : actions/checkout@v6
8585 with :
8686 submodules : true
8787
@@ -115,7 +115,7 @@ jobs:
115115
116116 steps :
117117 - name : " Checkout"
118- uses : actions/checkout@v5
118+ uses : actions/checkout@v6
119119
120120 - name : " Check and Publish CodeQL Packs"
121121 env :
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : " Checkout"
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : " Patch Release Me"
2626 uses : 42ByteLabs/patch-release-me@840ec9cfe2170a5704f77ba721bddeb4eb52317a # 0.6.3
4242 echo "release=true" >> "$GITHUB_ENV"
4343
4444 - name : " Create Release"
45- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
45+ uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
4646 with :
4747 token : ${{ github.token }}
4848 commit-message : " [chore]: Create release for ${{ steps.get_version.outcome.version }}"
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616
1717 steps :
1818 - name : " Checkout"
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Get Token
2222 id : get_workflow_token
23- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
23+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2424 with :
2525 app-id : ${{ secrets.CODEQL_FIELD_BOT_ID }}
2626 private-key : ${{ secrets.CODEQL_FIELD_BOT_KEY }}
3434 --bump "${{ github.event.inputs.bump }}"
3535
3636 - name : Create Pull Request
37- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
37+ uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3838 with :
3939 title : " [Bot] Version Bump - ${{ github.event.inputs.repository }}"
4040 body : " This PR was automatically generated to bump the version of IaC library and queries."
You can’t perform that action at this time.
0 commit comments