Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/loeffel-io/ls-lint
Browse files Browse the repository at this point in the history
# Conflicts:
#	.bazelversion
  • Loading branch information
loeffel-io committed Oct 22, 2023
2 parents fbc5717 + 42d62ea commit 98506dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
6.4.0
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: gcr.io/bazel-public/bazel@sha256:9527dbca23d6e823b13365371528b20ff73fcbcf5dd45fe02bcdb4f91c5a864d # v6.3.2
image: gcr.io/bazel-public/bazel@sha256:3348b14c7b45a4fbf06fee34996a8d15da72f43bb282a81f4720a0c0a5c37dca # v6.3.2
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -24,7 +24,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
container:
image: gcr.io/bazel-public/bazel@sha256:9527dbca23d6e823b13365371528b20ff73fcbcf5dd45fe02bcdb4f91c5a864d # v6.3.2
image: gcr.io/bazel-public/bazel@sha256:3348b14c7b45a4fbf06fee34996a8d15da72f43bb282a81f4720a0c0a5c37dca # v6.3.2
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 98506dc

Please sign in to comment.