diff --git a/.github/workflows/cleanup-old-runs.yaml b/.github/workflows/cleanup-old-runs.yaml index 4578248..1180fa2 100644 --- a/.github/workflows/cleanup-old-runs.yaml +++ b/.github/workflows/cleanup-old-runs.yaml @@ -1,5 +1,8 @@ name: Cleanup old workflow runs +permissions: + contents: read + on: schedule: - cron: '0 0 * * 0' diff --git a/cics-java-liberty-springboot-security-cicsbundle/.project b/cics-java-liberty-springboot-security-cicsbundle/.project new file mode 100644 index 0000000..dd14277 --- /dev/null +++ b/cics-java-liberty-springboot-security-cicsbundle/.project @@ -0,0 +1,24 @@ + + + cics-java-liberty-springboot-security-cicsbundle + + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.buildship.core.gradleprojectnature + + diff --git a/cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs b/cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/cics-java-liberty-springboot-security-cicsbundle/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8