diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index cb58e7e..3f67dfb 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -67,10 +67,10 @@ jobs: # Checkout all repos (public -- no PAT needed) # ---------------------------------------------------------------------- - name: Checkout barazo-deploy - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Checkout barazo-workspace - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: barazo-forum/barazo-workspace path: _workspace @@ -86,20 +86,20 @@ jobs: rm -rf _workspace - name: Checkout barazo-lexicons - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: barazo-forum/barazo-lexicons path: barazo-lexicons - name: Checkout barazo-api - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: barazo-forum/barazo-api ref: ${{ steps.refs.outputs.api_ref }} path: barazo-api - name: Checkout barazo-web - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: barazo-forum/barazo-web ref: ${{ steps.refs.outputs.web_ref }} diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 7f2a148..5dad1f6 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -17,7 +17,7 @@ jobs: name: Scan IaC & Config runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Trivy config scan uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0