Skip to content

Commit

Permalink
chore: move .github directory to root
Browse files Browse the repository at this point in the history
Combine the GCS and S3 connector .github directory and move to root.
The workflows will not get picked up by Github.
  • Loading branch information
jjaakola-aiven committed Aug 12, 2024
1 parent 9dc93b5 commit 34d7c61
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 266 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [main]
schedule:
- cron: "42 20 * * 6"

Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -68,12 +68,13 @@ jobs:
# make bootstrap
# make release
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin

- name: Build with Gradle
run: ./gradlew build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.3.5
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ jobs:
build:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Setup Java SDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'

- name: Checkout code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_hash }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: "temurin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: "temurin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fi
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
Expand Down
81 changes: 0 additions & 81 deletions gcs-connector/.github/workflows/codeql-analysis.yml

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions gcs-connector/.github/workflows/release_pr_workflow.yml

This file was deleted.

1 change: 0 additions & 1 deletion s3-connector/.github/CODEOWNERS

This file was deleted.

6 changes: 0 additions & 6 deletions s3-connector/.github/dependabot.yml

This file was deleted.

76 changes: 0 additions & 76 deletions s3-connector/.github/workflows/create_release.yml

This file was deleted.

0 comments on commit 34d7c61

Please sign in to comment.