Skip to content

Commit 44fa076

Browse files
🩹 [Patch]: Update GitHub Actions workflows to use specific version tags for actions and adjust Dependabot schedule to daily
1 parent 584e189 commit 44fa076

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

‎.github/dependabot.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ updates:
1111
- dependencies
1212
- github-actions
1313
schedule:
14-
interval: weekly
14+
interval: daily
15+
cooldown:
16+
default-days: 7

‎.github/workflows/Action-Test.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout repo
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
with:
3333
persist-credentials: false
3434
fetch-depth: 0
3535

3636
- name: Upload module artifact
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3838
with:
3939
name: module
4040
path: tests/srcTestRepo/outputs/module
@@ -47,7 +47,7 @@ jobs:
4747
needs: UploadArtifact
4848
steps:
4949
- name: Checkout repo
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
with:
5252
persist-credentials: false
5353
fetch-depth: 0
@@ -59,7 +59,7 @@ jobs:
5959
WorkingDirectory: tests/srcTestRepo
6060

6161
- name: Lint documentation
62-
uses: super-linter/super-linter/slim@v8.2.1
62+
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
VALIDATE_MARKDOWN: true
@@ -73,7 +73,7 @@ jobs:
7373
needs: UploadArtifact
7474
steps:
7575
- name: Checkout repo
76-
uses: actions/checkout@v6
76+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777
with:
7878
persist-credentials: false
7979
fetch-depth: 0

‎.github/workflows/Auto-Release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout Code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

3131
- name: Auto-Release
32-
uses: PSModule/Auto-Release@v1
32+
uses: PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 # v1.9.5

‎.github/workflows/Linter.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0
2626

2727
- name: Lint code base
28-
uses: super-linter/super-linter@latest
28+
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
3131
VALIDATE_BIOME_FORMAT: false

0 commit comments

Comments
 (0)