Skip to content

Commit

Permalink
Merge pull request #43 from exercism/pin-github-action-workflows
Browse files Browse the repository at this point in the history
CI: pin GitHub Actions workflows
  • Loading branch information
glennj authored Nov 14, 2023
2 parents ea79e41 + e81dec1 commit 5baccfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: recursive
- name: Run Tests in Docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4 # 2.3.4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 2.3.4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # 3.0.0
Expand Down

0 comments on commit 5baccfa

Please sign in to comment.