Skip to content

Commit 6d14971

Browse files
deps: bump the actions group across 1 directory with 7 updates
Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `6.0.3` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3.0.2` | `4.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | | [42ByteLabs/patch-release-me](https://github.com/42bytelabs/patch-release-me) | `0.6.4` | `0.6.6` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.1` | `3.2.0` | Updates `actions/checkout` from 6 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.3) Updates `dorny/paths-filter` from 3.0.2 to 4.0.1 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@de90cc6...fbd0ab8) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `42ByteLabs/patch-release-me` from 0.6.4 to 0.6.6 - [Release notes](https://github.com/42bytelabs/patch-release-me/releases) - [Commits](42ByteLabs/patch-release-me@ef44b04...04ea0a6) Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@c0f553f...5f6978f) Updates `actions/create-github-app-token` from 2.2.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@29824e6...bcd2ba4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: dorny/paths-filter dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: 42ByteLabs/patch-release-me dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ddb293 commit 6d14971

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
test-folders: ["library-tests", "queries-tests"]
1919
steps:
2020
- name: "Checkout"
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v6.0.3
2222
with:
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: |
@@ -83,18 +83,18 @@ jobs:
8383

8484
# steps:
8585
# - name: "Checkout"
86-
# uses: actions/checkout@v6
86+
# uses: actions/checkout@v6.0.3
8787
# with:
8888
# submodules: true
8989

9090
# - name: "Checkout"
91-
# uses: actions/checkout@v6
91+
# uses: actions/checkout@v6.0.3
9292
# with:
9393
# repository: ${{ matrix.project }}
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: |
@@ -151,8 +151,8 @@ jobs:
151151
docs:
152152
runs-on: ubuntu-latest
153153
steps:
154-
- uses: actions/checkout@v6
155-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
154+
- uses: actions/checkout@v6.0.3
155+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
156156
id: changes
157157
with:
158158
filters: |

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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@v6
34+
uses: actions/checkout@v6.0.3
3535
with:
3636
submodules: true
3737

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
actions: write
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6.0.3
1717

1818
- name: "Run Coverage Report"
1919
if: github.ref == 'refs/heads/main'
@@ -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@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: coverage-report
2828
path: coverage.csv

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release: ${{ steps.get_version.outputs.release }}
1717
version: ${{ steps.get_version.outputs.version }}
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v6.0.3
2020

2121
- name: "Check release version"
2222
id: get_version
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ needs.release-check.outputs.release == 'true' }}
5454
steps:
5555
- name: "Checkout"
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v6.0.3
5757
with:
5858
submodules: true
5959

@@ -68,7 +68,7 @@ jobs:
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"
@@ -81,12 +81,12 @@ jobs:
8181

8282
steps:
8383
- name: "Checkout"
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@v6.0.3
8585
with:
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
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: "Checkout"
118-
uses: actions/checkout@v6
118+
uses: actions/checkout@v6.0.3
119119

120120
- name: "Check and Publish CodeQL Packs"
121121
env:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: "Checkout"
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v6.0.3
2424

2525
- name: "Patch Release Me"
26-
uses: 42ByteLabs/patch-release-me@ef44b04c04fde87280adf14548664bfbcebba04d # 0.6.4
26+
uses: 42ByteLabs/patch-release-me@04ea0a696abfc3cfbdfadb279bd9c9dd0b1652a2 # 0.6.6
2727
with:
2828
mode: ${{ github.event.inputs.bump }}
2929

@@ -42,7 +42,7 @@ jobs:
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 }}"

.github/workflows/version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: "Checkout"
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v6.0.3
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@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
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@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."

0 commit comments

Comments
 (0)