diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index ce6d9fdc..7d3789e6 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -30,7 +30,7 @@ jobs: name: Test on Node.js 16 ( ${{ matrix.command }} ) steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: fetch-depth: 0 - name: Set Up Node.js @@ -49,7 +49,7 @@ jobs: name: Build steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: fetch-depth: 0 - name: Set Up QEMU @@ -95,7 +95,7 @@ jobs: name: Release Please steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: fetch-depth: 0 - name: Release @@ -163,7 +163,7 @@ jobs: name: Deploy to ${{ matrix.environment }} steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: fetch-depth: 0 - name: Authenticate to Google Cloud diff --git a/.github/workflows/cii.yaml b/.github/workflows/cii.yaml index af5c9b5d..96e187a2 100644 --- a/.github/workflows/cii.yaml +++ b/.github/workflows/cii.yaml @@ -23,7 +23,7 @@ jobs: name: OpenSSF Scorecards steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Analize uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 with: diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index dcea972a..52a059fa 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -28,7 +28,7 @@ jobs: name: CodeQL ( ${{ matrix.language }} ) steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Initialize uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a with: