From f6ff4608d220ace9dfe240763ea313a61856a901 Mon Sep 17 00:00:00 2001 From: Phil Hagerty Date: Tue, 10 Mar 2026 12:02:25 +0000 Subject: [PATCH] Pin and update versions --- .github/workflows/codeql.yml | 10 ++++++---- .github/workflows/pr-process.yml | 6 ++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6914478..aa082c6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,11 +38,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + with: + persist-credentials: false # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@0c0c5dc2f136b98cb0537075ccfa21f94cd9a63e with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +58,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@0c0c5dc2f136b98cb0537075ccfa21f94cd9a63e # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -69,6 +71,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@0c0c5dc2f136b98cb0537075ccfa21f94cd9a63e with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/pr-process.yml b/.github/workflows/pr-process.yml index 1dcaa03..4372a53 100644 --- a/.github/workflows/pr-process.yml +++ b/.github/workflows/pr-process.yml @@ -6,9 +6,11 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + with: + persist-credentials: false - name: Use Node.js 14.x - uses: actions/setup-node@v1 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: node-version: 20.x - run: npm install