aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql.yml6
-rw-r--r--.github/workflows/container_dev.yml2
-rw-r--r--.github/workflows/container_latest.yml2
-rw-r--r--.github/workflows/container_release1.yml2
-rw-r--r--.github/workflows/container_release2.yml2
-rw-r--r--.github/workflows/container_release3.yml2
-rw-r--r--.github/workflows/container_release4.yml2
-rw-r--r--.github/workflows/container_release5.yml2
-rw-r--r--.github/workflows/e2e.yml2
-rw-r--r--.github/workflows/helm_ci.yml6
10 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 35ab5f3e7..6b5d5eb3a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -22,7 +22,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: go
@@ -30,7 +30,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
# â„šī¸ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -44,4 +44,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 29b47afef..a21842048 100644
--- a/.github/workflows/container_dev.yml
+++ b/.github/workflows/container_dev.yml
@@ -20,7 +20,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index e6702faea..8c5e2478b 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -21,7 +21,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml
index 2553341e1..7c93f4211 100644
--- a/.github/workflows/container_release1.yml
+++ b/.github/workflows/container_release1.yml
@@ -20,7 +20,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml
index 19359e28f..4198ddb29 100644
--- a/.github/workflows/container_release2.yml
+++ b/.github/workflows/container_release2.yml
@@ -21,7 +21,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml
index 6929b3d03..80a84edfc 100644
--- a/.github/workflows/container_release3.yml
+++ b/.github/workflows/container_release3.yml
@@ -21,7 +21,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index af69d6dfd..37146793f 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -20,7 +20,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml
index 632662c38..1e0ee550c 100644
--- a/.github/workflows/container_release5.yml
+++ b/.github/workflows/container_release5.yml
@@ -20,7 +20,7 @@ jobs:
-
name: Docker meta
id: docker_meta
- uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v3
+ uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v3
with:
images: |
chrislusf/seaweedfs
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 81fd69654..0a67ef44b 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -94,7 +94,7 @@ jobs:
- name: Archive logs
if: always()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: output-logs
path: docker/output.log
diff --git a/.github/workflows/helm_ci.yml b/.github/workflows/helm_ci.yml
index 5f1721ed4..86f6b83d0 100644
--- a/.github/workflows/helm_ci.yml
+++ b/.github/workflows/helm_ci.yml
@@ -36,16 +36,16 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
- changed=$(ct list-changed --chart-dirs k8s/charts)
+ changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }} --chart-dirs k8s/charts)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
- run: ct lint --all --validate-maintainers=false --chart-dirs k8s/charts
+ run: ct lint --target-branch ${{ github.event.repository.default_branch }} --all --validate-maintainers=false --chart-dirs k8s/charts
- name: Create kind cluster
uses: helm/kind-action@v1.8.0
- name: Run chart-testing (install)
- run: ct install --all --chart-dirs k8s/charts \ No newline at end of file
+ run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --chart-dirs k8s/charts