File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 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@v5
25+ uses : actions/upload-artifact@v6
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@v5
71+ uses : actions/upload-artifact@v6
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@v6
89+ uses : actions/download-artifact@v7
9090 with :
9191 path : " ./extractor-pack"
9292 merge-multiple : true
Original file line number Diff line number Diff line change 4242 echo "release=true" >> "$GITHUB_ENV"
4343
4444 - name : " Create Release"
45- uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7 .0.9
45+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 .0.0
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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
23+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.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@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7 .0.9
37+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 .0.0
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