Skip to content

Commit dd7e22c

Browse files
Merge branch 'main' into audit-process-workflows
2 parents bd7c85f + 8414050 commit dd7e22c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pull-requests: write # super-linter: post PR summary comment
3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
41+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242
with:
4343
fetch-depth: 0
4444
persist-credentials: false
@@ -67,7 +67,7 @@ jobs:
6767
contents: read
6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
70+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7171
with:
7272
persist-credentials: false
7373

@@ -79,7 +79,7 @@ jobs:
7979
PrivateKey: ${{ secrets.SCRIBBLER_BOT_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
8080

8181
- name: Set up Python
82-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
82+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
8383
with:
8484
python-version: 3.x
8585

.github/workflows/Workflow-Test-Default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
- WorkflowTestDefault
7373
steps:
7474
- name: Checkout repo
75-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
75+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676
with:
7777
persist-credentials: false
7878
fetch-depth: 0
7979

8080
- name: Download docs artifact
81-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
81+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282
with:
8383
name: docs
8484
path: tests/srcTestRepo/outputs/docs

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
- WorkflowTestWithManifest
7373
steps:
7474
- name: Checkout repo
75-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
75+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676
with:
7777
persist-credentials: false
7878
fetch-depth: 0
7979

8080
- name: Download docs artifact
81-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
81+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282
with:
8383
name: docs
8484
path: tests/srcWithManifestTestRepo/outputs/docs

0 commit comments

Comments
 (0)