Skip to content

Commit

Permalink
use full commit hashes in workflows (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jan 26, 2021
1 parent cbc5850 commit ad5c23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: needs.config.outputs.hasSecret == 'true'
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@1ff3f19
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@1ff3f19509b1965cf1753c294c55e8cdb0528178
with:
repo-token: ${{ secrets.CI_GITHUB_TOKEN }}
allowed-actors: dependabot[bot]
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
name: build

- name: start SauceConnect tunnel
uses: saucelabs/sauce-connect-action@5c0cf29
uses: saucelabs/sauce-connect-action@5c0cf29805c7fe68f2dec68c6384332fb1ba73f9
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
name: build

- name: start SauceConnect tunnel
uses: saucelabs/sauce-connect-action@5c0cf29
uses: saucelabs/sauce-connect-action@5c0cf29805c7fe68f2dec68c6384332fb1ba73f9
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down

0 comments on commit ad5c23b

Please sign in to comment.