Skip to content

Commit 4f1e9ee

Browse files
authored
Merge pull request #79 from sir-gon/renovate/actions-checkout-digest
Update actions/checkout digest to de0fac2
2 parents c96ca9f + 16b9c69 commit 4f1e9ee

12 files changed

Lines changed: 16 additions & 19 deletions

.github/workflows/c-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Install Tools
2222
run: |

.github/workflows/c-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Install
2525
shell: bash

.github/workflows/c-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Install
2525
shell: bash

.github/workflows/c-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- name: Install
3030
shell: bash

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Install dependencies
2222
# yamllint disable rule:line-length

.github/workflows/codeql.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on: # yamllint disable-line rule:truthy
2929
# │ │ │ │ │
3030
# │ │ │ │ │
3131
# * * * * *
32-
- cron: '16 20 * * 0'
32+
- cron: "16 20 * * 0"
3333

3434
jobs:
3535
analyze:
@@ -40,8 +40,7 @@ jobs:
4040
# - https://gh.io/using-larger-runners (GitHub.com only)
4141
# Consider using larger runners or machines with greater resources
4242
# for possible analysis time improvements.
43-
runs-on:
44-
${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-24.04' }}
43+
runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-24.04' }}
4544
permissions:
4645
# required for all workflows
4746
security-events: write
@@ -71,7 +70,7 @@ jobs:
7170
# yamllint enable rule:line-length
7271
steps:
7372
- name: Checkout repository
74-
uses: actions/checkout@v6
73+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7574

7675
- name: Check Tools
7776
run: |

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121

2222
- name: Install tools
2323
run: |

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "Build Docker images"
2121
runs-on: ubuntu-24.04
2222
steps:
23-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-24.04
7777
needs: build
7878
steps:
79-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
79+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8080

8181
- name: Download artifact
8282
uses: actions/download-artifact@v7
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-24.04
102102
needs: build
103103
steps:
104-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
104+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
105105

106106
- name: Download artifact
107107
uses: actions/download-artifact@v7

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: gitleaks
43

54
on: # yamllint disable-line rule:truthy
@@ -22,7 +21,7 @@ jobs:
2221
name: gitleaks
2322
runs-on: ubuntu-24.04
2423
steps:
25-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2625
with:
2726
fetch-depth: 0
2827
- uses: gitleaks/gitleaks-action@v2

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929

3030
- name: Set up Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)