-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fbf550
commit d19e346
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,21 +19,21 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository ⬇️ | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit }} | ||
show-progress: false | ||
|
||
- name: Initialize CodeQL 🛠️ | ||
uses: github/codeql-action/[email protected].6 | ||
uses: github/codeql-action/[email protected].11 | ||
with: | ||
queries: security-and-quality | ||
languages: ${{ matrix.language }} | ||
|
||
- name: Autobuild 📦 | ||
uses: github/codeql-action/[email protected].6 | ||
uses: github/codeql-action/[email protected].11 | ||
|
||
- name: Perform CodeQL Analysis 🧪 | ||
uses: github/codeql-action/[email protected].6 | ||
uses: github/codeql-action/[email protected].11 | ||
with: | ||
category: '/language:${{matrix.language}}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,13 +54,13 @@ jobs: | |
runs-on: ${{ matrix.platform }}-latest | ||
steps: | ||
- name: Checkout ⬇️ | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit || github.sha }} | ||
show-progress: false | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
node-version: 20 | ||
check-latest: true | ||
|
@@ -165,7 +165,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout ⬇️ | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit || github.sha }} | ||
show-progress: false | ||
|
@@ -174,10 +174,10 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Configure Docker Buildx ⚙️ | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.0 | ||
|
||
- name: Build images 🛠️ | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
id: image | ||
with: | ||
context: . | ||
|
@@ -262,7 +262,7 @@ jobs: | |
path: /tmp/${{ env.REGISTRY_IMAGE }}/cache/ | ||
|
||
- name: Checkout ⬇️ | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit || github.sha }} | ||
show-progress: false | ||
|
@@ -271,7 +271,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Configure Docker Buildx ⚙️ | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.0 | ||
|
||
- name: Login to Docker Hub 🔑 | ||
uses: docker/[email protected] | ||
|
@@ -287,7 +287,7 @@ jobs: | |
password: ${{ secrets.JF_BOT_TOKEN }} | ||
|
||
- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }} | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
id: image | ||
with: | ||
context: . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit }} | ||
show-progress: false | ||
|
@@ -43,13 +43,13 @@ jobs: | |
|
||
steps: | ||
- name: Checkout ⬇️ | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit }} | ||
show-progress: false | ||
|
||
- name: Setup node environment ⚙️ | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
node-version: 20 | ||
check-latest: true | ||
|
@@ -67,7 +67,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout ⬇️ | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
with: | ||
ref: ${{ inputs.commit }} | ||
show-progress: false | ||
|