From 2497c308e72ac2223dbf4f41a8ecfcd63956a25a Mon Sep 17 00:00:00 2001 From: Etienne Stalmans Date: Fri, 27 Mar 2026 12:31:13 +0100 Subject: [PATCH] chore: pin actions to sha --- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/dependabot.yml | 2 +- .github/workflows/licensed.yml | 8 ++++---- .github/workflows/linter.yml | 6 +++--- .github/workflows/start.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fd94f34..3385aaa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,11 +28,11 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1 with: config-file: .github/codeql/codeql-config.yml languages: ${{ matrix.language }} @@ -40,8 +40,8 @@ jobs: - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1 - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1 diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 5341b84..37ae142 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -17,7 +17,7 @@ jobs: # This first step will fail if there's no metadata and so the approval # will not occur. - id: meta - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 3cf3ef6..5ecf729 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -22,11 +22,11 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .node-version cache: npm @@ -37,11 +37,11 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0 with: ruby-version: ruby - - uses: licensee/setup-licensed@v1.3.2 + - uses: licensee/setup-licensed@0d52e575b3258417672be0dff2f115d7db8771d8 # v1.3.2 with: version: 4.x github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0f10df1..91660f8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -24,13 +24,13 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .node-version cache: npm @@ -41,7 +41,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@v8 + uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 env: DEFAULT_BRANCH: main FILTER_REGEX_EXCLUDE: dist/**/* diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index c1a21f9..b518e92 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -34,7 +34,7 @@ jobs: - version: 1.178.2 pg_major: 17 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./ with: version: ${{ matrix.version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44ede89..a1fdb22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .node-version cache: npm @@ -40,7 +40,7 @@ jobs: # Upload the mismatched version as a workflow artifact. - if: ${{ failure() && steps.diff.outcome == 'failure' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: dist path: dist/ @@ -52,7 +52,7 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] version: [1.0.0, latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./ with: version: ${{ matrix.version }}