Skip to content

Commit a37f60e

Browse files
authored
Merge pull request #245 from advanced-security/dependabot/github_actions/main/production-dependencies-fda9fd810a
deps: bump the production-dependencies group with 4 updates
2 parents 05cb1f4 + e32b64f commit a37f60e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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"
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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 }}"

.github/workflows/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 }}
@@ -34,7 +34,7 @@ jobs:
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."

0 commit comments

Comments
 (0)