diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0302598..9e8c36c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,8 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index 05e446e..5033446 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -1,7 +1,7 @@ name: Issue assignment on: issues: - types: [opened] + types: [ opened ] jobs: auto-assign: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eb5bea..52a7220 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Build the Docker image run: docker build . diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index cde0fe2..d29aadf 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -2,12 +2,12 @@ name: Integration Test on: push: branches: - - master + - main jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Publish to Registry if: ${{ github.actor != 'dependabot[bot]' }} uses: ./ diff --git a/.github/workflows/test_integration_github.yml b/.github/workflows/test_integration_github.yml index 38fdc7b..3c9b290 100644 --- a/.github/workflows/test_integration_github.yml +++ b/.github/workflows/test_integration_github.yml @@ -2,12 +2,12 @@ name: Integration Test Github on: push: branches: - - master + - main jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Publish to Registry if: ${{ github.actor != 'dependabot[bot]' }} uses: ./