Skip to content

Commit 71c57f7

Browse files
Merge dependabot/github_actions/github-actions-45e87fe2c5 into combined-prs-working
2 parents 6b98da8 + 89704a4 commit 71c57f7

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/actions-config-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
actions-config-validation:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v6.0.2
1818
with:
1919
persist-credentials: false
2020

2121
- name: actions-config-validation
22-
uses: GrantBirki/json-yaml-validate@9bbaa8474e3af4e91f25eda8ac194fdc30564d96 # pin@v4.0.0
22+
uses: GrantBirki/json-yaml-validate@3ff75979f3b21171f2e8a44705f0ff4bed30bbc0 # pin@v5.0.0
2323
with:
2424
comment: "true" # enable comment mode
2525
yaml_schema: "__tests__/schemas/action.schema.yml"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v6.0.2
1616
with:
1717
persist-credentials: false
1818

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v6.0.2
1616
with:
1717
persist-credentials: false
1818

.github/workflows/package-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v6.0.2
1919
with:
2020
persist-credentials: false
2121

@@ -41,7 +41,7 @@ jobs:
4141
id: diff
4242

4343
# If index.js was different than expected, upload the expected version as an artifact
44-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # pin@v7.0.0
44+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # pin@v7.0.1
4545
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4646
with:
4747
name: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v6.0.2
1616
with:
1717
persist-credentials: false
1818

.github/workflows/update-latest-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tag:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v6.0.2
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)