File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 submodules : true
2424
2525 - name : " Check for changes"
26- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 .0.2
26+ uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 .0.1
2727 id : extractor-changes
2828 with :
2929 filters : |
9494 # path: project
9595
9696 # - name: "Check for changes"
97- # uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 .0.2
97+ # uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 .0.1
9898 # id: extractor-changes
9999 # with:
100100 # filters: |
@@ -152,7 +152,7 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - uses : actions/checkout@v6
155- - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 .0.2
155+ - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 .0.1
156156 id : changes
157157 with :
158158 filters : |
Original file line number Diff line number Diff line change 2222 ./scripts/create-coverage.py report --markdown > $GITHUB_STEP_SUMMARY
2323
2424 - name : " Upload Coverage Report"
25- uses : actions/upload-artifact@v6
25+ uses : actions/upload-artifact@v7
2626 with :
2727 name : coverage-report
2828 path : coverage.csv
Original file line number Diff line number Diff line change 6868 run : ./scripts/create-extractor-pack.sh
6969
7070 - name : " Upload bundle artifact"
71- uses : actions/upload-artifact@v6
71+ uses : actions/upload-artifact@v7
7272 with :
7373 name : " extractor-bundle-${{ matrix.os }}"
7474 path : " ./extractor-pack"
8686 submodules : true
8787
8888 - name : " Download all artifacts"
89- uses : actions/download-artifact@v7
89+ uses : actions/download-artifact@v8
9090 with :
9191 path : " ./extractor-pack"
9292 merge-multiple : true
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v6
2424
2525 - name : " Patch Release Me"
26- uses : 42ByteLabs/patch-release-me@ef44b04c04fde87280adf14548664bfbcebba04d # 0.6.4
26+ uses : 42ByteLabs/patch-release-me@6cd166a460bc205b93c29acb6fef2aa275dc0502 # 0.6.5
2727 with :
2828 mode : ${{ github.event.inputs.bump }}
2929
4242 echo "release=true" >> "$GITHUB_ENV"
4343
4444 - name : " Create Release"
45- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
45+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
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 2020
2121 - name : Get Token
2222 id : get_workflow_token
23- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2 .1
23+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1 .1
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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
37+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
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