Skip to content

Commit

Permalink
Merge branch 'main' into renovate/pypa-gh-action-pypi-publish-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOswald authored Feb 7, 2024
2 parents 8ab0687 + fafc6ea commit 23a4e20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apisec-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: APIsec scan
uses: apisec-inc/apisec-run-scan@22aac1067678b5aa0a6f30dfda573e2d4cd76652
uses: apisec-inc/apisec-run-scan@eadaedebb5b8516971299b64cea226dc9d9edb6c
with:
# The APIsec username with which the scans will be executed
apisec-username: ${{ secrets.apisec_username }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4
uses: gradle/gradle-build-action@0706ab3a3c20483a3f37c3d9de1b0d95297e3743
with:
arguments: build

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4
uses: gradle/gradle-build-action@0706ab3a3c20483a3f37c3d9de1b0d95297e3743
with:
arguments: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4
uses: gradle/gradle-build-action@0706ab3a3c20483a3f37c3d9de1b0d95297e3743
with:
arguments: build
2 changes: 1 addition & 1 deletion online-band-master/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-sass": "^2.0.0",
Expand Down

0 comments on commit 23a4e20

Please sign in to comment.