Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/setup-node@v6
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
BRANCH: ${{ inputs.branch || 'main' }}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
if: github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'
with:
repository: ${{ env.ORGANIZATION }}/${{ env.REPO }}
ref: ${{ env.BRANCH }}
path: ${{ env.REPO }}

- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
if: github.event_name == 'push'
with:
path: podman-desktop-sandbox-ext
Expand All @@ -78,7 +78,7 @@ jobs:
echo "REPOSITORY=$repository" >> $GITHUB_ENV

# Checkout podman desktop
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
repository: podman-desktop/podman-desktop
ref: main
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
name: Linux
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/setup-node@v6
with:
node-version: 20
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: linter, formatters and unit tests
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/setup-node@v6
with:
node-version: 20
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
env:
SKIP_INSTALLATION: true
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: podman-desktop-sandbox-ext

Expand All @@ -160,7 +160,7 @@ jobs:
node-version: 20

# Checkout podman desktop
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
repository: containers/podman-desktop
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
releaseId: ${{ steps.create_release.outputs.id}}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: ${{ github.event.inputs.branch }}
- name: Generate tag utilities
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
needs: [tag]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/setup-node@v6
with:
Expand Down