diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32ff2b1..f4d0a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: node-version: "16.13" steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.1 - name: Install Node.js ${{ matrix.node-version }} shell: bash -eo pipefail -l {0} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 171e787..e1b7bab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 9c2c133..ebeb7fb 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -33,7 +33,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4.1.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4.1.2 with: persist-credentials: false