Skip to content

Commit 2194156

Browse files
committed
use commit hashes instead
1 parent 20e5fa8 commit 2194156

File tree

5 files changed

+8
-104
lines changed

5 files changed

+8
-104
lines changed

.github/workflows/actions.lock.json

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/build_test_publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6
20-
21-
- name: Verify actions lockfile
22-
uses: gjtorikian/[email protected]
23-
with:
24-
mode: verify
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2520

2621
- name: Set up Node.js
27-
uses: actions/setup-node@v6
22+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
2823
with:
2924
node-version: 24.x
3025
cache: yarn

.github/workflows/codeberg_mirror.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ jobs:
1010
mirror:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Verify actions lockfile
18-
uses: gjtorikian/[email protected]
19-
with:
20-
mode: verify
21-
22-
- uses: yesolutions/[email protected]
17+
- uses: yesolutions/mirror-action@662fce0eced8996f64d7fa264d76cddd84827f33
2318
with:
2419
REMOTE: 'ssh://[email protected]/ffflorian/node-packages.git'
2520
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SECRET }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ jobs:
5757
# 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
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v6
61-
62-
- name: Verify actions lockfile
63-
uses: gjtorikian/[email protected]
64-
with:
65-
mode: verify
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
6661

6762
# Add any setup steps before running the `github/codeql-action/init` action.
6863
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -72,7 +67,7 @@ jobs:
7267

7368
# Initializes the CodeQL tools for scanning.
7469
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v4
70+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
7671
with:
7772
languages: ${{ matrix.language }}
7873
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +96,6 @@ jobs:
10196
exit 1
10297
10398
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v4
99+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
105100
with:
106101
category: '/language:${{matrix.language}}'

.github/workflows/gitlab_mirror.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ jobs:
1010
mirror:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1414
with:
1515
fetch-depth: 0
1616

17-
- name: Verify actions lockfile
18-
uses: gjtorikian/[email protected]
19-
with:
20-
mode: verify
21-
2217
- name: Mirror + trigger CI
2318
uses: SvanBoxel/gitlab-mirror-and-ci-action@5c211f993d35256d96b772d995972f434b94e11a
2419
with:

0 commit comments

Comments
 (0)