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/auto-integration-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pr-auto-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: "${{ inputs.organization }}/${{ inputs.repository }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
owner: ${{ github.repository_owner }}

- name: 检出代码
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ steps.auth.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
auto_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backup-all-repos-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
if: github.repository_owner == 'linuxdeepin'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- run: bash ".github/workflows/backup-all-repos-to-gitee.bash" linuxdeepin ${{ secrets.GITEE_SYNC_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/backup-all-repos-to-gitlabwh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.repository_owner == 'linuxdeepin'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
repository: "linuxdeepin/jenkins-bridge-client"
path: jenkins-bridge-client
Expand All @@ -18,5 +18,5 @@ jobs:
cd $GITHUB_WORKSPACE/jenkins-bridge-client
go build .
sudo install -Dvm755 jenkins-bridge-client -t /usr/bin/
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- run: bash ".github/workflows/backup-all-repos-to-gitlabwh.bash" linuxdeepin ${{ secrets.BridgeToken }}
2 changes: 1 addition & 1 deletion .github/workflows/backup-to-gitlabwh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: backup-to-gitlab
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
repository: "linuxdeepin/jenkins-bridge-client"
path: jenkins-bridge-client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Print Environment
run: export

- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
repository: "linuxdeepin/jenkins-bridge-client"
path: jenkins-bridge-client
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
outputs:
result: ${{ steps.result.outputs.RESULT }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event.pull_request.head.sha }}
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "deepin-ci"
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event.pull_request.head.sha }}
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0
Expand Down Expand Up @@ -157,11 +157,11 @@ jobs:
needs: [debian-setup]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event.pull_request.head.sha }}
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0
Expand Down Expand Up @@ -361,11 +361,11 @@ jobs:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event.pull_request.head.sha }}
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linglong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Print Environment
run: export

- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
repository: "linuxdeepin/jenkins-bridge-client"
path: jenkins-bridge-client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "deb [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/stable/ beige main community commercial" >> /etc/apt/sources.list
echo "deb-src [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/stable/ beige main community commercial" >> /etc/apt/sources.list
apt-get update && apt-get install -y --force-yes ca-certificates apt-transport-https sudo
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "Init failed after $retries attempts. Giving up."
exit 1

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dtk-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- /sys/fs/cgroup:/sys/fs/cgroup
- /etc/machine-id:/etc/machine-id
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event.pull_request.head.sha }}
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ github.event_name == 'push' }}

- name: Install Dependences
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
Check-License:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Python
Expand All @@ -32,7 +32,7 @@ jobs:
Check-README:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install zsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/organization-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: organization-manager
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- uses: linuxdeepin/action-organization-manager@main
with:
app_id: 174141
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Print Environment
run: export

- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
repository: "linuxdeepin/jenkins-bridge-client"
path: jenkins-bridge-client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teams-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.ref_name == 'master' && github.repository == 'linuxdeepin/.github'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5

- name: update teams
uses: linuxdeepin/action-teams-manager@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.repository == 'linuxdeepin/.github' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- name: Validate YAML file
run: 'yamllint -d "{
extends: relaxed, rules: {
Expand Down
Loading