diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 26be428..4d05077 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -29,7 +29,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -37,7 +37,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, 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@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -51,4 +51,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7214224..0ec509d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: actions/setup-node@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3 with: node-version: 16 cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c915d6b..cef0de5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@master - name: "Use Node.js ${{ matrix.node_version }}" - uses: actions/setup-node@v3 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3 with: node-version: "${{ matrix.node_version }}" cache: npm diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index e17dbed..92db252 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: actions/setup-node@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3 with: cache: npm node-version: 16 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 95d6e8c..1b037bb 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,10 +13,10 @@ jobs: update_routes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 with: token: ${{ secrets.OCTOKITBOT_PAT }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3 with: cache: npm node-version: 16