Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/_bundler_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Download Prepared Queries Artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: prepared-queries
path: bundler/.sqlx
Expand All @@ -24,26 +24,26 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v5.6.1
uses: docker/metadata-action@v5.7.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
type=ref,event=tag
type=raw,value=latest

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.9.0
uses: docker/setup-buildx-action@v3.10.0

- name: Build & Publish Image
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.15.0
with:
context: bundler/
push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_bundler_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Download Prepared Queries Artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: prepared-queries
path: bundler/.sqlx
Expand All @@ -23,7 +23,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8

- name: Build docs
uses: actions-rs/[email protected]
Expand All @@ -39,7 +39,7 @@ jobs:
run: chmod -R +rX bundler/target/doc

- name: Upload Bundler Docs Artifact
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: bundler-docs
path: bundler/target/doc/bundler
6 changes: 3 additions & 3 deletions .github/workflows/_bundler_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/[email protected].4
uses: EmbarkStudios/[email protected].11
with:
manifest-path: bundler/Cargo.toml
command: check bans licenses sources
Expand All @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Download Prepared Queries Artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: prepared-queries
path: bundler/.sqlx
Expand All @@ -35,7 +35,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8

- name: Check Formatting
uses: actions-rs/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_bundler_sqlx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8

- name: Install SQLX CLI
run: cargo install sqlx-cli
Expand All @@ -40,7 +40,7 @@ jobs:
run: cargo sqlx prepare

- name: Upload Prepared Queries Artifact
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: prepared-queries
path: bundler/.sqlx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_bundler_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/[email protected].7
uses: Swatinem/[email protected].8

- name: Test
uses: actions-rs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.9.0
uses: docker/setup-buildx-action@v3.10.0

- name: Build dev container
uses: devcontainers/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/_docs_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v5.4.0
uses: actions/setup-python@v5.5.0
with:
python-version: 3.12

Expand All @@ -25,7 +25,7 @@ jobs:
run: chmod -R +rX site

- name: Upload User Docs Artifact
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
name: user-docs
path: site
2 changes: 1 addition & 1 deletion .github/workflows/_docs_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@v4.3.0
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_helm_chart_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_pages_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download User Docs Artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: user-docs
path: docs

- name: Download User Docs Artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: bundler-docs
path: docs/bundler
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_policy_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo IMAGE_REPOSITORY=ghcr.io/$(echo "${{ github.repository }}-policy" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV

- name: Log in to GitHub Docker Registry
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_techdocs_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get docs artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.2.1
with:
name: user-docs
path: site
Expand Down
Loading