Skip to content

Commit 1f284e9

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c2d2ff commit 1f284e9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6262

6363
# Add any setup steps before running the `github/codeql-action/init` action.
6464
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@v3
71+
uses: github/codeql-action/init@603b797f8b14b413fe025cd935a91c16c4782713 # v3
7272
with:
7373
languages: ${{ matrix.language }}
7474
build-mode: ${{ matrix.build-mode }}
@@ -100,6 +100,6 @@ jobs:
100100
exit 1
101101
102102
- name: Perform CodeQL Analysis
103-
uses: github/codeql-action/analyze@v3
103+
uses: github/codeql-action/analyze@603b797f8b14b413fe025cd935a91c16c4782713 # v3
104104
with:
105105
category: "/language:${{matrix.language}}"

.github/workflows/hugo_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2626
with:
2727
fetch-depth: 1
2828

2929
- name: Setup node
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
3131
with:
3232
node-version: "16"
3333

3434
- run: npm install
3535

3636
- name: Setup Hugo
37-
uses: peaceiris/actions-hugo@v2
37+
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2
3838
with:
3939
hugo-version: "0.157.0"
4040
extended: true
@@ -43,7 +43,7 @@ jobs:
4343
run: npm run build
4444

4545
- name: Deploy
46-
uses: peaceiris/actions-gh-pages@v3
46+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
publish_dir: ./public

0 commit comments

Comments
 (0)