Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
npm --workspace fauxauth pack
mv fauxauth-*.tgz package.tgz
- name: "Set up Docker BuildX"
uses: "docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd" # v4.0.0
uses: "docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5" # v4.1.0
- name: "Build Docker container"
uses: "docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f" # v7.1.0
with:
Expand Down Expand Up @@ -106,7 +106,7 @@
env:
TAG: ${{ github.ref_name }}
- name: "Set up Docker BuildX"
uses: "docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd" # v4.0.0
uses: "docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5" # v4.1.0
- name: "Log in to Docker Hub"
uses: "docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121" # v4.1.0
with:
Expand Down Expand Up @@ -177,7 +177,7 @@
node-version: "lts/*"
- name: "Publish to NPM"
run: |
npm install --global npm@latest

Check warning on line 180 in .github/workflows/push.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=textbook_fauxauth&issues=AZ6Txpo6iHXSEnsBk9nG&open=AZ6Txpo6iHXSEnsBk9nG&pullRequest=435
npm publish --provenance package.tgz
smoke-test:
needs:
Expand Down
Loading