diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2dc6c6..23403df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: # This is v4 of the action - name: Check out code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # This is v2 of the action - name: Check for N.O.C.O.M.M.I.T in the commits @@ -83,7 +83,7 @@ jobs: # This is v4 of the action - name: Check out code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # This is v5.5.0 of the action - name: Set up Python @@ -140,7 +140,7 @@ jobs: # This is v4 of the action - name: Check out code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # This is v5.5.0 of the action - name: Set up Python @@ -157,13 +157,13 @@ jobs: # This is v3.28.13 - name: CodeQL Init if: ${{ runner.os == 'Linux' }} - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed with: languages: python # This is v3.28.13 - name: CodeQL Analyze if: ${{ runner.os == 'Linux' }} - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed with: category: "/language:python"