Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gerald-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
gerald:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
with:
ref: '${{ github.ref }}'
# GitHub Actions doesn't allow us to take the length of github.event.commits, so we have to pass the array into node and take the length there.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: hashicorp/setup-terraform@ed3a0531877aca392eb870f440d9ae7aba83a6bd # v1
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v1
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
- name: Initialize Terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
run: "./.github/scripts/lintfix-pin-actions.sh"
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
- name: install dependencies
run: |
pip install --user mdformat mdformat-gfm mdformat-shfmt mdformat-tables mdformat-toc
Expand All @@ -53,4 +53,4 @@
CI_COMMIT_MESSAGE: update profile readme with latest posts
CI_COMMIT_AUTHOR: github-actions[bot]
CI_COMMIT_EMAIL: [email protected]
run: ""

Check failure on line 56 in .github/workflows/lintfix.yml

View workflow job for this annotation

GitHub Actions / github-lint

string should not be empty
4 changes: 2 additions & 2 deletions .github/workflows/markdowner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: '0'
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
- name: install dependencies
run: |
pip install --user mdformat mdformat-gfm mdformat-shfmt mdformat-tables mdformat-toc
Expand Down
Loading