diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 480e646..361803e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Pod Lint run: | diff --git a/.github/workflows/notification.yaml b/.github/workflows/notification.yaml index 8b62654..5e16d5d 100644 --- a/.github/workflows/notification.yaml +++ b/.github/workflows/notification.yaml @@ -10,7 +10,7 @@ jobs: name: Ready For Review runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: kv109/action-ready-for-review@0.2 env: SLACK_CHANNEL: tech-reviews diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index f535b7a..661758d 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -23,7 +23,7 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: # Fetch project source - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: semgrep ci # run: semgrep scan --sarif --output=semgrep.sarif diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 88c55e9..03b2ad5 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -12,7 +12,7 @@ jobs: if: (github.actor != 'dependabot[bot]') steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner (filesystem) uses: aquasecurity/trivy-action@master