Skip to content

Commit 176d170

Browse files
committed
Merge remote-tracking branch 'origin/main' into jm_consolidate
@ Conflicts: @ .github/workflows/release-discussion.yaml @ .github/workflows/release-image.yaml @ .github/workflows/release.yaml
2 parents 6a18300 + 42d143b commit 176d170

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden the runner (Audit all outbound calls)
11-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
11+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
1212
with:
1313
egress-policy: audit
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/auto-author-assign.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)
15-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
15+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
1616
with:
1717
egress-policy: audit
18-
- uses: toshimaru/auto-author-assign@4d585cc37690897bd9015942ed6e766aa7cdb97f # v3.0.1
18+
- uses: toshimaru/auto-author-assign@bdd7688cbf9e6d5683f02f8c7d8ae4062a254b6d # v3.0.2
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/auto-labeler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden the runner (Audit all outbound calls)
22-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
22+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2323
with:
2424
egress-policy: audit
25-
- uses: release-drafter/release-drafter/autolabeler@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
25+
- uses: release-drafter/release-drafter/autolabeler@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
2626
with:
2727
config-name: ${{ inputs.config-name }}
2828
token: ${{ secrets.github-token }}

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden the runner (Audit all outbound calls)
22-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
22+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2323
with:
2424
egress-policy: audit
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/mark-ready-when-ready.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github.event.pull_request.draft == true
2626
steps:
2727
- name: Harden the runner (Audit all outbound calls)
28-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
28+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2929
with:
3030
egress-policy: audit
3131
- name: Mark ready when ready

.github/workflows/pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Harden the runner (Audit all outbound calls)
45-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
45+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
4646
with:
4747
egress-policy: audit
4848
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
pull-requests: read # Read PR labels for release-drafter
9898
steps:
9999
- name: Harden the runner (Audit all outbound calls)
100-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
100+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
101101
with:
102102
egress-policy: audit
103103
- name: Checkout
@@ -107,7 +107,7 @@ jobs:
107107
persist-credentials: true # Required for git push of tags
108108
- name: Draft release
109109
id: release-drafter
110-
uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
110+
uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
111111
with:
112112
config-name: ${{ inputs.release-config-name }}
113113
publish: false
@@ -134,7 +134,7 @@ jobs:
134134
attestations: write # Generate artifact attestations
135135
steps:
136136
- name: Harden the runner (Audit all outbound calls)
137-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
137+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
138138
with:
139139
egress-policy: audit
140140

@@ -227,7 +227,7 @@ jobs:
227227
IMAGE_REGISTRY_PASSWORD: ${{ secrets.image-registry-password }}
228228
steps:
229229
- name: Harden the runner (Audit all outbound calls)
230-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
230+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
231231
with:
232232
egress-policy: audit
233233

@@ -331,7 +331,7 @@ jobs:
331331
332332
- name: Harden the runner (Audit all outbound calls)
333333
if: ${{ steps.check-inputs.outputs.skip == 'false' }}
334-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
334+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
335335
with:
336336
egress-policy: audit
337337

@@ -359,7 +359,7 @@ jobs:
359359
contents: write # Publish draft release
360360
steps:
361361
- name: Harden the runner (Audit all outbound calls)
362-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
362+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
363363
with:
364364
egress-policy: audit
365365

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- name: Harden the runner (Audit all outbound calls)
17-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
17+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
1818
with:
1919
egress-policy: audit
2020
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0

0 commit comments

Comments
 (0)