Skip to content

Commit

Permalink
chore(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 3fbf550 commit d19e346
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'
2 changes: 1 addition & 1 deletion .github/workflows/__deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: dist

- name: Publish to Cloudflare Pages 📃
uses: cloudflare/wrangler-action@v3.7.0
uses: cloudflare/wrangler-action@v3.8.0
id: cf
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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: .
Expand Down Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -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: .
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/__quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d19e346

Please sign in to comment.