diff --git a/.github/workflows/AutoFormat.yml b/.github/workflows/AutoFormat.yml index faa0db1d7..000cef7d2 100644 --- a/.github/workflows/AutoFormat.yml +++ b/.github/workflows/AutoFormat.yml @@ -68,7 +68,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -107,7 +107,7 @@ jobs: run: uv run --with gersemi gersemi --in-place --warnings-as-errors ${{ github.workspace }} - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -143,7 +143,7 @@ jobs: git ls-files '*.json' | xargs -r -I{} sh -c 'jq --tab . {} > {}.tmp && mv {}.tmp {}' - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -184,7 +184,7 @@ jobs: git ls-files '*.pl' '*.pm' | xargs perltidy -b -bext='/' - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} @@ -231,7 +231,7 @@ jobs: git ls-files '*.s' '*.asm' | xargs -r asmfmt -w -e - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} diff --git a/.github/workflows/Autogen.yml b/.github/workflows/Autogen.yml index 080f20559..abe8a51a9 100644 --- a/.github/workflows/Autogen.yml +++ b/.github/workflows/Autogen.yml @@ -61,7 +61,7 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY - name: Save Changes - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 if: github.ref_type != 'tag' env: HOME: ${{ github.workspace }} diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index aa885f37c..f0a0950a9 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -31,13 +31,13 @@ jobs: fetch-depth: 1 - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: languages: ${{ matrix.language }} build-mode: "none" - name: Analyze CodeQL - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: category: "${{ matrix.language }}"