diff --git a/.github/workflows/add-runtime-custom-property.yml b/.github/workflows/add-runtime-custom-property.yml index 2aef248..4285526 100644 --- a/.github/workflows/add-runtime-custom-property.yml +++ b/.github/workflows/add-runtime-custom-property.yml @@ -9,7 +9,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ secrets.RUNTIME_REPOSITORY }} token: ${{ secrets.RUNTIME_REPO_READ_TOKEN }} diff --git a/.github/workflows/security-action.yml b/.github/workflows/security-action.yml index e09d7d7..8c344bd 100644 --- a/.github/workflows/security-action.yml +++ b/.github/workflows/security-action.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - uses: brave/security-action/actions/main@main