Skip to content

Commit 006340e

Browse files
Bump the github-owned-actions group with 6 updates (#59)
1 parent 12d9943 commit 006340e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
path: results.sarif
3838
retention-days: 5
3939
- name: 📦 upload sarif results
40-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
40+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
4141
with:
4242
sarif_file: results.sarif

.github/workflows/_stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: 📆 mark stale activity
31-
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
31+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
3232
with:
3333
repo-token: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
3434
days-before-stale: ${{ inputs.days-until-stale }}

.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@687c79962d8efe42ed9572d228c13a43d460d13d # v1.2.6
21+
uses: github/cleanowners@5128e4614bd2f1820cdc670392eb5d6a365b3b64 # v1.2.9
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@a274afd4ff1bd4d115a0163207db2603c8733149 # v1.7.1
39+
uses: github/contributors@2685bb003d6b9eecde35e82bb1bd1df4dfb7be08 # v1.7.4
4040
env:
4141
GH_TOKEN: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
4242
START_DATE: ${{ env.START_DATE }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
egress-policy: audit
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- name: 🔂 dependency review
23-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
23+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
2424
with:
2525
deny-licenses: AGPL-3.0
2626
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@4e2fef1a4c2344c0ba63451f31705158d112a141 # v1.24.2
35+
uses: github/evergreen@de85d31b3656847d97c180ac572307b401ec0776 # v1.24.5
3636
env:
3737
GH_TOKEN: ${{ secrets.BLOOMBERG_OSS_USER_TOKEN_READ }}
3838
ORGANIZATION: bloomberg

0 commit comments

Comments
 (0)