diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml index 7983754..3084911 100644 --- a/.github/workflows/create_pull_request.yml +++ b/.github/workflows/create_pull_request.yml @@ -23,7 +23,7 @@ jobs: issue: ${{ inputs.issue }} steps: - name: checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: ref: ${{ github.event.repository.default_branch }} - name: open pr diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index 1b134ac..f9dc1d0 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -6,7 +6,7 @@ jobs: verify-json-validation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Validate config uses: docker://orrosenblatt/validate-json-action:latest env: