Skip to content

[ODS-6479_Test] Set keep-previous-comments: true #1117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
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: 2 additions & 0 deletions .github/workflows/Analyze docker images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
sarif-file: sarif-${{ matrix.dockerfile.name }}.${{ env.PACKAGE_VERSION }}.0-${{ matrix.StandardVersion }}.output.json
summary: true
only-severities: "critical,high"
keep-previous-comments: true

- name: Upload SARIF result
id: upload-sarif
if: ${{ github.event_name != 'pull_request_target' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Cleanup Caches by a branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: Cleanup Caches by a branch
on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [ closed ]

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dependencies Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Dependency Review Pull request

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]

permissions: read-all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Docker Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
- "Publish to Azure Artifacts"
types:
- completed
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
paths:
- "Docker/**/*"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/InitDev Postgres, MultiTenancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ run-name: ${{github.event.client_payload.branch}}

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/InitDev Postgres, Smoke Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ run-name: ${{github.event.client_payload.branch}}

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ run-name: ${{github.event.client_payload.branch}}

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/InitDev, MultiTenancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ run-name: ${{github.event.client_payload.branch}}

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/InitDev, Smoke Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ run-name: ${{github.event.client_payload.branch}}

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ run-name: ${{github.event.client_payload.branch}}

on:
pull_request:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
types: [opened, synchronize, reopened, unlabeled]
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Publish to Azure Artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
workflows: ["InitDev, Smoke Tests", "InitDev, Unit tests, Integration tests, Package", "InitDev, MultiTenancy"]
types:
- completed
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Publish to Docker Hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
types:
- completed
branches:
[main, 'b-v*-patch*','feature-*']
['b-v*-patch*','feature-*']
release:
types: [published]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Scorecard supply-chain security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: '15 23 * * 0'
push:
branches: [main, 'b-v*-patch*','feature-*']
branches: ['b-v*-patch*','feature-*']
workflow_dispatch:

# Declare default permissions as read only.
Expand Down
2 changes: 1 addition & 1 deletion Docker/ods-api-bulk-load-console/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN dotnet tool install -g \

# Smaller image
FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19@sha256:4d2dd456dc0688aa1ba69b6aeae1264b312157643a1a8c1b7d7222a7241834c9
RUN apk --upgrade --no-cache add gettext=~0 bash=~5 busybox=~1.36 openssl=~3.1.6 && \
RUN apk --upgrade --no-cache add gettext=~0 bash=~5 busybox=~1.36 openssl=~3 && \
addgroup -S edfi && adduser -S edfi -G edfi

LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
Expand Down
Loading