Skip to content

Commit 0aa5b2a

Browse files
Bump the github-owned-actions group across 1 directory with 7 updates
Bumps the github-owned-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `5.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.30.9` | `4.31.3` | | [github/cleanowners](https://github.com/github/cleanowners) | `1.2.9` | `1.2.10` | | [github/contributors](https://github.com/github/contributors) | `1.7.4` | `1.7.5` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.1` | `4.8.2` | | [github/evergreen](https://github.com/github/evergreen) | `1.24.5` | `1.24.6` | Updates `actions/checkout` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `github/codeql-action` from 4.30.9 to 4.31.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...014f16e) Updates `github/cleanowners` from 1.2.9 to 1.2.10 - [Release notes](https://github.com/github/cleanowners/releases) - [Commits](github/cleanowners@5128e46...5c6c760) Updates `github/contributors` from 1.7.4 to 1.7.5 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@2685bb0...8b75869) Updates `actions/dependency-review-action` from 4.8.1 to 4.8.2 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@40c09b7...3c4e3dc) Updates `github/evergreen` from 1.24.5 to 1.24.6 - [Release notes](https://github.com/github/evergreen/releases) - [Commits](github/evergreen@de85d31...a1db228) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-owned-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-owned-actions - dependency-name: github/codeql-action dependency-version: 4.31.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-owned-actions - dependency-name: github/cleanowners dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-owned-actions - dependency-name: github/contributors dependency-version: 1.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-owned-actions - dependency-name: actions/dependency-review-action dependency-version: 4.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-owned-actions - dependency-name: github/evergreen dependency-version: 1.24.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-owned-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 595c2a5 commit 0aa5b2a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

β€Ž.github/workflows/_lint.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1919
with:
2020
egress-policy: audit
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false

β€Ž.github/workflows/_scorecard.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
security-events: write
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424
with:
2525
persist-credentials: false
2626
- name: βœ… run scorecard analysis
@@ -31,12 +31,12 @@ jobs:
3131
repo_token: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
3232
publish_results: ${{ inputs.publish-results }}
3333
- name: ⏫ upload sarif artifact
34-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
34+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3535
with:
3636
name: SARIF file
3737
path: results.sarif
3838
retention-days: 5
3939
- name: πŸ“¦ upload sarif results
40-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
40+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
4141
with:
4242
sarif_file: results.sarif

β€Ž.github/workflows/clean-owners.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: 🧼 clean codeowners
21-
uses: github/cleanowners@5128e4614bd2f1820cdc670392eb5d6a365b3b64 # v1.2.9
21+
uses: github/cleanowners@56e9f01c00c56851142d0dc818f059d22a2a692d # v1.2.11
2222
env:
2323
GH_TOKEN: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
2424
ORGANIZATION: bloomberg

β€Ž.github/workflows/contributor-report.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "START_DATE=$START_DATE" >> "$GITHUB_ENV"
3737
echo "END_DATE=$END_DATE" >> "$GITHUB_ENV"
3838
- name: πŸ“° run contributors action
39-
uses: github/contributors@2685bb003d6b9eecde35e82bb1bd1df4dfb7be08 # v1.7.4
39+
uses: github/contributors@abf36819e840f6e8056dcd40d33003ce7c4bc8dd # v1.7.6
4040
env:
4141
GH_TOKEN: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
4242
START_DATE: ${{ env.START_DATE }}

β€Ž.github/workflows/dependency-review.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1919
with:
2020
egress-policy: audit
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2222
with:
2323
persist-credentials: false
2424
- name: πŸ”‚ dependency review
25-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
25+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
2626
with:
2727
deny-licenses: AGPL-3.0
2828
fail-on-severity: moderate

β€Ž.github/workflows/evergreen-check.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# # Create env variable for next step
3333
# echo "ONE_WEEK_AGO=$PREVIOUS_DATE" >> "$GITHUB_ENV"
3434
- name: 🌲 evergreen check
35-
uses: github/evergreen@de85d31b3656847d97c180ac572307b401ec0776 # v1.24.5
35+
uses: github/evergreen@4469dee2f3c007933f1e8a2356ac15e03f7a832c # v1.24.8
3636
env:
3737
GH_TOKEN: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
3838
ORGANIZATION: bloomberg

β€Ž.github/workflows/scorecard-monitor.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Required to create issues
3030
issues: write
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3333
with:
3434
persist-credentials: false
3535
- name: πŸ” run scorecard monitor

0 commit comments

Comments
Β (0)