Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/src/dsc.tests/FakeItEasy-8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Aug 21, 2024
2 parents 0a1a06c + b7fa5ca commit 4b14719
Show file tree
Hide file tree
Showing 154 changed files with 141 additions and 20,995 deletions.
188 changes: 66 additions & 122 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,209 +3,153 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/ConnectSQLDatabase/ConnectSQLDatabase
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/ConnectSQLDatabase/ConnectSQLDatabase
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/ingress/database-api
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/ingress/database-api
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/ingress/frontend
schedule:
interval: daily

- package-ecosystem: npm
directory: /samples/ingress/frontend
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/ingress/stats-api
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/ingress/stats-api
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/ingress/stats-worker
schedule:
interval: daily

- package-ecosystem: npm
directory: /samples/ingress/stats-worker
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/managed-identity
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/managed-identity
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/todo-app/database-api
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/todo-app/database-api
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/todo-app/frontend
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/todo-app/frontend
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/todo-app/stats-api
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/todo-app/stats-api
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/todo-app/stats-worker
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/todo-app/stats-worker
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/EndpointManagerLauncher
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/LocalAgent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/LocalAgent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/common.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/common
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/devhostAgent.restorationjob.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/devhostagent.restorationjob
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/devhostagent.restorationjob
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/devhostagent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/devhostagent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/dsc.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/dsc
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/endpointmanager.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/endpointmanager
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/library.tests
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/library
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/routingmanager.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/routingmanager
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/routingmanager
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/testhelpers
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0
15 changes: 7 additions & 8 deletions .github/workflows/acr-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
imageName: lpkrestorationjob
- components: routingmanager
imageName: routingmanager
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment }}
runs-on:
labels: ["self-hosted", "1ES.Pool=${{ vars.RUNNER_BASE_NAME }}-${{ github.event.inputs.environment }}-ubuntu"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand All @@ -37,12 +38,10 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
- name: Login to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: ${{ vars.ACR_REGISTRY }}
username: ${{ secrets.ACR_USERNAME }}
password: ${{ secrets.ACR_PASSWORD }}
- name: Authenticate to ACR
run : |
az login --identity
az acr login -n ${{ vars.AZURE_REGISTRY_SERVER }}
- name: Set telemetry variables
shell: bash
run: |
Expand Down Expand Up @@ -71,4 +70,4 @@ jobs:
file: src/${{ matrix.components }}/Dockerfile
platforms: linux/arm64,linux/amd64
push: true
tags: ${{ vars.ACR_REGISTRY }}/${{ matrix.imageName }}:${{ env.tag }}
tags: ${{ vars.AZURE_REGISTRY_SERVER }}/${{ matrix.imageName }}:${{ env.tag }}
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -65,4 +65,4 @@ jobs:
dotnet build src/dsc/dsc.csproj /p:UseSharedCompilation=false
dotnet build src/dsc.tests/dsc.tests.csproj /p:UseSharedCompilation=false
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
2 changes: 1 addition & 1 deletion .github/workflows/live-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
version: latest
- name: Start minikube for ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: medyagh/setup-minikube@57fe117a5d63e78704ca0a3e6bf9704946965e96
uses: medyagh/setup-minikube@64d97a2c38f2f9fd1d891d949f6068eac2330c4a
with:
driver: docker
- name: create todo-app namespace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
path: ${{ github.workspace }}\src\dsc\bin\Release\net7.0\${{ matrix.mode }}\publish\**
exclusions: '**/*.pdb **/*.xml **/*.nuspec **/cs/* **/de/* **/es/* **/fr/* **/it/* **/ja/* **/ko/* **/pl/* **/pt-BR/* **/ru/* **/tr/* **/zh-Hans/* **/zh-Hant/*'
- name: Upload Release
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: lpk-${{ matrix.mode }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
with:
sarif_file: results.sarif
25 changes: 0 additions & 25 deletions samples/ConnectSQLDatabase/ConnectSQLDatabase.sln

This file was deleted.

Loading

0 comments on commit 4b14719

Please sign in to comment.