diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 0f7692c..1ba1fbc 100644 --- a/.github/workflows/ossf_scorecard.yml +++ b/.github/workflows/ossf_scorecard.yml @@ -31,7 +31,7 @@ jobs: # checks: read # To detect SAST tools steps: - name: Check out the codebase - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false diff --git a/.github/workflows/rename_template.yml b/.github/workflows/rename_template.yml index d96a7b0..3614c8c 100644 --- a/.github/workflows/rename_template.yml +++ b/.github/workflows/rename_template.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: Check out the codebase - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set $REPOSITORY_NAME run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '-' '_' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV